home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 011 / delete.arc / DELETE.DOC < prev   
Encoding:
Text File  |  1985-12-01  |  768 b   |  17 lines

  1. I. DELETE.COM
  2.  
  3.         DELETE is a program which allows selective deletion of files.
  4.  
  5.         INVOKING THE PROGRAM:  DELETE may be invoked by typing
  6. 'DELETE fname.ext' at the command prompt.  Wildcards may (and usually will)
  7. be used, i.e. 'DELETE *.ASM'.
  8.  
  9.         If any matching files are found, DELETE will display the name of
  10. the file, and ask if it should be deleted.  Pressing 'Y' or 'y' will
  11. delete the file. Pressing ESC stops the program.  Any other key will
  12. leave the file alone and continue asking about other matching files.
  13.  
  14.         I strongly encourage you to use DELETE instead of DEL or ERASE
  15. when doing wild-card deletions.  It is too easy to accidentally delete
  16. a file you wanted to keep when using the normal DOS commands.
  17.